MOVE from SR

MOVE

from SR

Operation:
SR -->; Destination

Compatibility: MC68000 only*
* supervisor instruction on MC68020/MC68030/MC68040

Assembler Syntax:
MOVE SR, <ea>

Attributes: Size = (Word)

Description: Moves the data in the status register to the
destination location. The destination is word length.
Unimplemented bits are read as zeros.

Condition Codes:
Not affected.

Instruction Format:
\i1-+------++u6Effective Address,3Mode,3Reg,

Instruction Fields:
Effective Address field -- Specifies the destination location.
Only data alterable addressing modes are allowed
as shown:
\mBF8

Note: Use the MOVE to CCR instruction to access only the condition
codes. Memory destination is read before it is written to.

Related Instructions:
ANDI to CCR,408
EORI to CCR,500
MOVE,455
MOVEA,456
MOVE from CCR,457
MOVE to CCR,458
MOVE16,460
MOVEM,461
ORI to CCR,473
.458460